home *** CD-ROM | disk | FTP | other *** search
INI File | 2006-09-13 | 1.2 KB | 52 lines |
- [SUBJECT]
- Description=External Data Source Marquee Script
- ImageIndex=-1
- Folder=Text Effects
-
-
- [BODY_TEXT]
- ;
- ;<!--[if IE]>
- ;
- ;<IE:Download ID="marqueedata" STYLE="behavior:url(#default#download)" />
- ;<marquee id="externalmarquee" direction=up scrollAmount=4 style="width:200px;height:150px;border:1px solid black;padding:3px" onMouseover="this.scrollAmount=2" onMouseout="this.scrollAmount=4" src="`url`">
- ;</marquee>
- ;
- ;
- ;<script language="JavaScript1.2">
- ;
- ;/*
- ;External Data Source Marquee Script (Updated 99/11/02)-
- ;⌐ Dynamic Drive (www.dynamicdrive.com)
- ;For full source code, installation instructions,
- ;100's more DHTML scripts, and Terms Of Use, visit dynamicdrive.com
- ;*/
- ;
- ;function downloaddata(){
- ;//access IE 5's default startDownload method to download the external file, then call the custom displaydata() method afterwards
- ;marqueedata.startDownload(externalmarquee.src,displaydata)
- ;}
- ;
- ;function displaydata(data){
- ;//display the downloaded file inside externalmarquee
- ;externalmarquee.innerHTML=data
- ;}
- ;
- ;if (document.all)
- ;window.onload=downloaddata
- ;
- ;
- ;</script>
- ;
- ;<![endif]-->
- ;
-
-
- [`url`]
- Kind=U
- Value=update.htm
-
-
-
-
-